From: Vegard Nossum Date: Wed, 10 Feb 2016 14:29:50 +0000 (+0100) Subject: usb: add HAS_IOMEM dependency to USB_APPLEDISPLAY X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~2720^2~38 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4b61b4f205eabfc9f863f805858aa5b32deb3de5;p=linux-4.9.git usb: add HAS_IOMEM dependency to USB_APPLEDISPLAY warning: (USB_APPLEDISPLAY) selects BACKLIGHT_LCD_SUPPORT which has unmet direct dependencies (HAS_IOMEM) Signed-off-by: Vegard Nossum Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index f7a7fc21be8a..ea10059d1b48 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig @@ -150,6 +150,7 @@ config USB_FTDI_ELAN config USB_APPLEDISPLAY tristate "Apple Cinema Display support" + depends on HAS_IOMEM select BACKLIGHT_LCD_SUPPORT select BACKLIGHT_CLASS_DEVICE help